home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1998 June / SGI Freeware 1998 June.iso / dist / fw_fileutils.idb / usr / freeware / catman / u_man / cat1 / install.Z / install
Text File  |  1998-05-21  |  4KB  |  134 lines

  1. /xlv1/freeware/1998.May/fileutils/3.16/fileutils-3.16.diffbuild/man
  2.  
  3.  
  4.  
  5.      IIIINNNNSSSSTTTTAAAALLLLLLLL((((1111))))         FFFFSSSSFFFF ((((GGGGNNNNUUUU FFFFiiiilllleeee UUUUttttiiiilllliiiittttiiiieeeessss))))        IIIINNNNSSSSTTTTAAAALLLLLLLL((((1111))))
  6.  
  7.  
  8.  
  9.      NNNNAAAAMMMMEEEE
  10.       install - copy files and set their attributes
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.       iiiinnnnssssttttaaaallllllll [options] [-s] [--strip] source dest
  14.       iiiinnnnssssttttaaaallllllll [options] [-s] [--strip] source... directory
  15.       iiiinnnnssssttttaaaallllllll [options] [-d,--directory] directory...
  16.       Options:
  17.       [-c] [-g group] [-m mode] [-o    owner] [--group=group]
  18.       [--mode=mode]    [--owner=owner]    [--help] [--version]
  19.  
  20.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  21.       This documentation is    no longer being    maintained and may be
  22.       inaccurate or    incomplete.  The Texinfo documentation is now
  23.       the authoritative source.
  24.  
  25.       This manual page documents the GNU version of    iiiinnnnssssttttaaaallllllll.
  26.       iiiinnnnssssttttaaaallllllll copies files and sets    their permission modes and, if
  27.       possible, their owner    and group.  Used similarly to ccccpppp;
  28.       typically used in Makefiles to copy programs into their
  29.       destination directories.  It can also    be used    to create the
  30.       destination directories and any leading directories, and to
  31.       set the final    directory's modes.  It refuses to copy files
  32.       onto themselves.
  33.  
  34.     OOOOPPPPTTTTIIIIOOOONNNNSSSS
  35.       -_c   Ignored;    for compatibility with old Unix    versions of
  36.            install.
  37.  
  38.       -_d, --_d_i_r_e_c_t_o_r_y
  39.            Create each given directory and its leading
  40.            directories, if they do not already exist.  Set the
  41.            owner, group and    mode as    given on the command line or
  42.            to the defaults.     Also gives any    leading    directories
  43.            that are    created    those attributes.  This    is different
  44.            from the    SunOS 4.x _i_n_s_t_a_l_l, which gives directories
  45.            that it creates the default attributes.
  46.  
  47.       -_g, --_g_r_o_u_p _g_r_o_u_p
  48.            Set the group ownership of the installed    file or
  49.            directory to the    group ID of _g_r_o_u_p (default is
  50.            process's current group).  _g_r_o_u_p    may also be a numeric
  51.            group ID.
  52.  
  53.       -_m, --_m_o_d_e _m_o_d_e
  54.            Set the permission mode for the installed file or
  55.            directory to _m_o_d_e, which    can be either an octal number,
  56.            or a symbolic mode as in    chmod, with 0 as the point of
  57.            departure.  The default mode is 0755.
  58.  
  59.       -_o, --_o_w_n_e_r _o_w_n_e_r
  60.            If run as root, set the ownership of the    installed file
  61.  
  62.  
  63.  
  64.      Page 1                         (printed 5/18/98)
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.      IIIINNNNSSSSTTTTAAAALLLLLLLL((((1111))))         FFFFSSSSFFFF ((((GGGGNNNNUUUU FFFFiiiilllleeee UUUUttttiiiilllliiiittttiiiieeeessss))))        IIIINNNNSSSSTTTTAAAALLLLLLLL((((1111))))
  72.  
  73.  
  74.  
  75.            to the user ID of _o_w_n_e_r (default    is root).  _o_w_n_e_r may
  76.            also be a numeric user ID.
  77.  
  78.       -_s, --_s_t_r_i_p
  79.            Strip the symbol    tables from installed programs.
  80.  
  81.       --_h_e_l_p
  82.            Print a usage message on    standard output    and exit
  83.            successfully.
  84.  
  85.       --_v_e_r_s_i_o_n
  86.            Print version information on standard output then exit
  87.            successfully.
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.      Page 2                         (printed 5/18/98)
  131.  
  132.  
  133.  
  134.